home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 1
/
Precision Software Applications Silver Collection Volume One (PSM) (1993).iso
/
windows
/
games
/
words.arj
/
WORDS
< prev
next >
Wrap
Text File
|
1990-06-19
|
492b
|
29 lines
# Copyright 1990 by William R. Ross
#
# Standard command line definitions
#
cp=qcl -d -c -AS -Gsw -Os -Zpe -W2
#
# Standard inference rules
#
.c.obj:
$(cp) $*.c
#
# The C File List
#
words.obj: words.c words.h fader.h
fader.obj: fader.c fader.h words.h
words.res: words.rc words.h
rc -r words.rc
words.exe: words.obj words.res words.def fader.obj
link words+fader,/align:16,/map,slibw slibcew /NOD,words.def
mapsym words
rc words.res